home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / man / gemd.man < prev    next >
Text File  |  1993-05-04  |  2KB  |  57 lines

  1.                      GEM++ - C++ LIBRARIES FOR GEM/AES/VDI
  2.  
  3.  
  4.  
  5. NAME
  6.      GEMdesktop - a replacement for the normal grey/green desktop.
  7.  
  8. DESCRIPTION
  9.      Although becoming less advisable with the advent of MultiTOS,
  10.      an application may wish to have a desktop different to the
  11.      standard grey or green rectangle.  For example, some RSC editors
  12.      use a custom desktop containing icons for disk drives, files,
  13.      etc.
  14.  
  15.      A GEMdesktop is a just a GEMformwindow that is never Topped,
  16.      and has no features (title bar, etc).  Most of the GEMwindow
  17.      methods are useless, but the GEMform methods allow the desktop
  18.      to contain any objects one might find in a form (dialog box).
  19.  
  20.      Note that the top-level object of the form is automatically
  21.      resized to fit to the full desktop area.
  22.  
  23. CONSTRUCTORS
  24.      GEMdesktop(GEMactivity& in, const GEMrsc& rsc, int RSCindex)
  25.        Create a GEMdesktop in the given GEMactivity from the form
  26.         specified by the given RSC index (as found in the .h file
  27.         produced by RSC editors).
  28.  
  29. METHODS
  30.      virtual bool IsOpen() const;
  31.        Always TRUE.
  32.  
  33. USAGE
  34.      Create a form in the RSC file of the application.
  35.      Declare a GEMactivity, then declare a GEMdesktop in that activity.
  36.  
  37. SEE ALSO
  38.      GEMform
  39.  
  40. BUGS
  41.      Bugs in GEM++ should be reported to warwick@cs.uq.oz.au
  42.  
  43. AUTHOR
  44.      Warwick Allison, 1993.
  45.      warwick@cs.uq.oz.au
  46.  
  47. COPYING
  48.      This functionality is part of the GEM++ library,
  49.      and is Copyright 1993 by Warwick W. Allison.
  50.  
  51.      GEM++ is free and protected under the GNU Library General Public
  52.      License.
  53.  
  54.      You are free to copy and modify these sources, provided you
  55.      acknowledge the origin by retaining this notice, and adhere to
  56.      the conditions described in the GNU LGPL.
  57.